home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d19 / exzt11.arc / PCBTEST.BAT < prev   
DOS Batch File  |  1990-06-15  |  341b  |  15 lines

  1. @echo off
  2.  
  3. Rem Get rid of old files, just in case ..
  4.  
  5. @If exist PCBFAIL.TXT Del PCBFAIL.TXT
  6. @If exist PCBPASS.TXT Del PCBPASS.TXT
  7.  
  8. Rem  As long as we pass both variables give to us by PCB (1 and 2)
  9. Rem  there is nothing else to do here.  See documentation for optional
  10. Rem  switches you can use or disable.
  11.  
  12.  
  13. @ExZTest %1 0 %2
  14.  
  15.